Blog search

Friday Facts #59 - The new office

Posted by Tomas on 2014-11-07

Hi folks, a big portion of the past week has been spent with the non-development stuff, mainly related to us moving to a new place. Apart from that we have been putting our breath together to deal with the biggest ever list of bugs so far.

Friday Facts #77 - Theme art ahead

Posted by Tomas on 2015-03-13

Hello guys, the winter is not yet completely over in here. Even though we had a few days that felt like real spring still now it is cold and unwelcoming outside. One more reason to stay in the office with a cup of tea and a screen full of Factorio code.

Friday Facts #42 - Shadow troubles

Posted by Tomas on 2014-07-11

Hello, magical edition of Friday Facts doesn't bring The Answer to the Ultimate Question of Life, the Universe, and Everything, but it does bring news from our studio and development efforts. Kovarex came back from Greece for couple of days before going on another vacation - a small Go camp in Czech republic. Me and Albert we took the opportunity of beatiful weather on Sunday and did a trip to Hazmburk castle ruins not far from Prague. On our way back we stopped at my parents' summer house for relax and loads of home grown fruits :D Oddly enough the following next two paragraphs have the same titles as in the last edition of Friday Facts :)

Friday Facts #232 - PAX, Bugs, Graphs

Posted by Twinsen, Rseding91 and Posila on 2018-03-02

Hello, it has been extremely cold these last weeks. It's one of those weeks when we can't think of anything to write about. So we will try to write some small parts.

Friday Facts #400 - Chart search and Pins

Posted by kovarex, Klonan on 2024-03-01

Hello, Is it me you're looking for?

Friday Facts #76 - MP inside out

Posted by Blue Cube on 2015-03-06

Today's edition of the Friday Facts has been written by Blue Cube, enjoy! Hello fellow Factorians! I'm breaking away from our magnificent testing / team building session here at our office to bring you more babbling about the development of your favourite game. This time there will be less of the regular "fixing bugs, fixing multiplayer, designing spaceships" theme from the past weeks and the post will be a little more technical, focusing on the workings of our magical multiplayer code.

Friday Facts #118 - Improving productivity

Posted by kovarex on 2015-12-25

Hello and Merry Christmas, there are no holidays that stop us from informing you about the progress of Factorio development, so enjoy :)

Friday Facts #291 - New Campaign, MP stress testing, HR Icons II

Posted by Abregado, Twinsen, Albert, posila on 2019-04-19

New Campaign Abregado Have you ever been playing a Freeplay game and realised you don't know what your next big goal is? And then, once you decide to pick a new goal, you realise while you worked on automating the last goal, there were 10 new technologies unlocked and now you don't know which to pick next. These are the situations we hope to address with the new full Campaign. A guided Freeplay, in which the player plays through the whole tech tree, without being overloaded with choice, while still having the permanence and unidirectional progression of Factorio. The permanence problem has already been solved using the new map expansion technique which is playable in the Introduction scenario. Over the last year we have been working on the bigger design task of unravelling the tech tree and breaking it into a set of choices for the player. This task has been made all the more Interesting as the tech tree is also constantly getting tweaks and revisions over that time as well. I look forward to providing more insights but for now I will leave you with one example (read: spoiler): Just to note, we won't be changing the freeplay tech tree, which will still have all the choice and diverging paths as it does now.

Friday Facts #263 - Trains in blueprints

Posted by kovarex on 2018-10-05

Trains in blueprints Building trains again and again might be a daunting task. Especially when you start making a lot of mining outposts, artillery/supply trains with filtered cargo wagon slots etc. So I decided that we should extend blueprints to work with trains as well. The first condition was, that trains are only selected when you explicitly allow it in the checkbox, so they don't get in your way when building rail setups. Checking the button allows the train that was there to be put into the blueprint (similar to the way tiles work). For the sake of simplicity, we decided that once there is any rail in the blueprint, the train in it will be always buildable (as a ghost obviously), even if there are not rails to support the train at the moment. The train ghost will simply stay there and won't be buildable until rails are placed under it in a way so it can be placed. If I remove the rails from the blueprint, I get a second type of rail blueprint. In this case, all the parts of need to have rails to support it, this is mainly needed as without rails, there is no rail grid forced, so we should make sure, the train ghost won't be created in some wrong position. The small touch here is, that the blueprint also contains the schedule. With little-bit of improvisation, I can optimize the mine building a lot in the late game. I create a blueprint of mine train station. The stop will be called " Mine X". Both of the trains in the blueprint will have the " Mine X" -> " Smelting" schedule setup. Once I build the blueprint, I just rename the " Mine X" to whatever I want (" Mine 12" for example), and the train schedules are updated as well, so I'm almost ready to go. The last tweak I'm considering is to allow blueprints to contain the fuel insertion info similar to how they contain the module insertion info for assembling machines now.

Friday Facts #218 - Import bpy, Export player

Posted by V453000 & Twinsen on 2017-11-24

Hello dear biters and related species from unexplored planet full of life and natural resources. Recently I have been working on several high resolution graphics for your best friends - the tank and the player character. In this article I would like to show their updated visuals to you, as well as a sneak peek at how they are produced. The following text may contain traces of automation.